type github.com/jackc/pgx/v5/pgtype.encodePlanLineCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		line.go#L86: 		return encodePlanLineCodecBinary{}
		line.go#L94: type encodePlanLineCodecBinary struct{}
		line.go#L96: func (encodePlanLineCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {